home *** CD-ROM | disk | FTP | other *** search
- readline.c: (sjk)++ on an Atari ST we use the xconsole i/o routines to do all
- keyboard input, thus allowing out own key bindings.
- (sjk)++ on the Atari ST we set the terminal to (RAW || PASS8)
- (sjk)++ for command completion inserted a _del_symdir_cache. this
- fixed the bug that a file created by an external command
- would not be seen by the command completer until the
- symdir cache was deleted and re-read.
-
- Release version 1. - Along with version 1 of BASH.
-
- readline.c: (sjk)++ Removed HANDLE_SIGNALS
-
- I mereged all the above changes into the new readline that comes
- with bash V1.10. Note that the new version has some major bug fixes
- from the previous release. See the changelog that come along with the
- original bash distribution from the FSF for more information.
-
-